home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / HippoDraw / HippoDrawSrc1.1 / Makefile.preamble < prev    next >
Encoding:
Makefile  |  1992-04-24  |  554 b   |  18 lines

  1. # Makefile.preamble for HippoDraw
  2. # The following line is for inclusion of the Draw help file in 
  3. # application module
  4. LDFLAGS = -segcreate HELP document help.hdraw\
  5.           -sectcreate __ICON __services services.txt
  6. #
  7. # The following lines is for inclusion of hippo
  8. # in the compilation and link steps if you build libhippo there.
  9. #CFLAGS = -I./hippo
  10. #OTHER_LIBS = -L./Hippo.subproj/hippo
  11. #OTHER_PROF_LIBS= -L./Hippo.subproj/hippo 
  12. #
  13. #  Make sure we don't remove anything by accident if 
  14. #  interrupted at the wrong time.
  15. #
  16. .PRECIOUS : $(SRCFILES)
  17.